home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / polkit-1 / actions / com.ubuntu.systemservice.policy < prev    next >
Extensible Markup Language  |  2009-10-15  |  2KB  |  64 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE policyconfig PUBLIC
  3.  "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
  4.  "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
  5. <policyconfig>
  6.   
  7.   <vendor>SystemService</vendor>
  8.   <vendor_url>https://launchpad.net/system-service</vendor_url>
  9.  
  10.   <action id="com.ubuntu.systemservice.getproxy">
  11.     <description>Get current global proxy</description>
  12.     <message>System policy prevents querying proxy settings</message>
  13.     <defaults>
  14.       <allow_inactive>yes</allow_inactive>
  15.       <allow_active>yes</allow_active>
  16.     </defaults>
  17.   </action>
  18.  
  19.   <action id="com.ubuntu.systemservice.setproxy">
  20.     <description>Set current global proxy</description>
  21.     <message>System policy prevents setting proxy settings</message>
  22.     <defaults>
  23.       <allow_inactive>no</allow_inactive>
  24.       <allow_active>auth_admin_keep</allow_active>
  25.     </defaults>
  26.   </action>
  27.  
  28.   <action id="com.ubuntu.systemservice.setnoproxy">
  29.     <description>Set current global proxy exception</description>
  30.     <message>System policy prevents setting no_proxy settings</message>
  31.     <defaults>
  32.       <allow_inactive>no</allow_inactive>
  33.       <allow_active>auth_admin_keep</allow_active>
  34.     </defaults>
  35.   </action>
  36.  
  37.   <action id="com.ubuntu.systemservice.setkeyboard">
  38.     <description>Set current global keyboard</description>
  39.     <message>System policy prevents setting global keyboard settings</message>
  40.     <defaults>
  41.       <allow_inactive>no</allow_inactive>
  42.       <allow_active>auth_admin_keep</allow_active>
  43.     </defaults>
  44.   </action>
  45.  
  46.   <action id="com.ubuntu.systemservice.getkeyboard">
  47.     <description>Get current global keyboard</description>
  48.     <message>System policy prevents querying keyboard settings</message>
  49.     <defaults>
  50.       <allow_inactive>yes</allow_inactive>
  51.       <allow_active>yes</allow_active>
  52.     </defaults>
  53.   </action>
  54.  
  55.   <action id="com.ubuntu.systemservice.ispkgsystemlocked">
  56.     <description>Check if the package system is locked</description>
  57.     <message>System policy prevents querying package system lock</message>
  58.     <defaults>
  59.       <allow_inactive>yes</allow_inactive>
  60.       <allow_active>yes</allow_active>
  61.     </defaults>
  62.   </action>
  63.  
  64. </policyconfig>